Vcenter Ovf LibraryItem CreateSpec
The Vcenter Ovf LibraryItem CreateSpec schema defines the information used to create or update a library item containing an OVF package.
{
"name": "string",
"description": "string",
"flags": [
"string"
]
}
Name to use in the OVF descriptor stored in the library item.
If missing or null, the server will use source's current name.
Description to use in the OVF descriptor stored in the library item.
If missing or null, the server will use source's current annotation.
Flags to use for OVF package creation. The supported flags can be obtained using GET /vcenter/ovf/export-flag.
If missing or null, no flags will be used.